home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / software / att / attsetup.exe / plugins / shared memory / VC / attsharedmem.rc < prev    next >
Text File  |  2005-02-13  |  5KB  |  187 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // Russian resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
  21. #pragma code_page(1251)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif //_WIN32\r\n"
  53.     "#include ""res\\attsharedmem.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\r\n"
  56.     "\0"
  57. END
  58.  
  59. #endif    // APSTUDIO_INVOKED
  60.  
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Icon
  65. //
  66.  
  67. // Icon with lowest ID value placed first to ensure application icon
  68. // remains consistent on all systems.
  69. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\attsharedmem.ico"
  70. #endif    // Russian resources
  71. /////////////////////////////////////////////////////////////////////////////
  72.  
  73.  
  74. /////////////////////////////////////////////////////////////////////////////
  75. // English (U.S.) resources
  76.  
  77. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  78. #ifdef _WIN32
  79. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  80. #pragma code_page(1252)
  81. #endif //_WIN32
  82.  
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // Dialog
  86. //
  87.  
  88. IDD_ATTSHAREDMEM_DIALOG DIALOGEX 0, 0, 226, 102
  89. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  90. EXSTYLE WS_EX_APPWINDOW
  91. CAPTION "ATI Tray Tools Shared Memory"
  92. FONT 8, "MS Sans Serif"
  93. BEGIN
  94.     DEFPUSHBUTTON   "Close",IDOK,169,81,50,14
  95.     LTEXT           "Static",IDC_ST1,7,7,212,70
  96. END
  97.  
  98.  
  99. #ifndef _MAC
  100. /////////////////////////////////////////////////////////////////////////////
  101. //
  102. // Version
  103. //
  104.  
  105. VS_VERSION_INFO VERSIONINFO
  106.  FILEVERSION 1,0,0,1
  107.  PRODUCTVERSION 1,0,0,1
  108.  FILEFLAGSMASK 0x3fL
  109. #ifdef _DEBUG
  110.  FILEFLAGS 0x1L
  111. #else
  112.  FILEFLAGS 0x0L
  113. #endif
  114.  FILEOS 0x4L
  115.  FILETYPE 0x1L
  116.  FILESUBTYPE 0x0L
  117. BEGIN
  118.     BLOCK "StringFileInfo"
  119.     BEGIN
  120.         BLOCK "040904B0"
  121.         BEGIN
  122.             VALUE "CompanyName", "\0"
  123.             VALUE "FileDescription", "attsharedmem MFC Application\0"
  124.             VALUE "FileVersion", "1, 0, 0, 1\0"
  125.             VALUE "InternalName", "attsharedmem\0"
  126.             VALUE "LegalCopyright", "Copyright (C) 2005\0"
  127.             VALUE "LegalTrademarks", "\0"
  128.             VALUE "OriginalFilename", "attsharedmem.EXE\0"
  129.             VALUE "ProductName", "attsharedmem Application\0"
  130.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  131.         END
  132.     END
  133.     BLOCK "VarFileInfo"
  134.     BEGIN
  135.         VALUE "Translation", 0x409, 1200
  136.     END
  137. END
  138.  
  139. #endif    // !_MAC
  140.  
  141.  
  142. /////////////////////////////////////////////////////////////////////////////
  143. //
  144. // DESIGNINFO
  145. //
  146.  
  147. #ifdef APSTUDIO_INVOKED
  148. GUIDELINES DESIGNINFO DISCARDABLE 
  149. BEGIN
  150.     IDD_ATTSHAREDMEM_DIALOG, DIALOG
  151.     BEGIN
  152.         LEFTMARGIN, 7
  153.         RIGHTMARGIN, 219
  154.         TOPMARGIN, 7
  155.         BOTTOMMARGIN, 95
  156.     END
  157. END
  158. #endif    // APSTUDIO_INVOKED
  159.  
  160. #endif    // English (U.S.) resources
  161. /////////////////////////////////////////////////////////////////////////////
  162.  
  163.  
  164.  
  165. #ifndef APSTUDIO_INVOKED
  166. /////////////////////////////////////////////////////////////////////////////
  167. //
  168. // Generated from the TEXTINCLUDE 3 resource.
  169. //
  170. #define _AFX_NO_SPLITTER_RESOURCES
  171. #define _AFX_NO_OLE_RESOURCES
  172. #define _AFX_NO_TRACKER_RESOURCES
  173. #define _AFX_NO_PROPERTY_RESOURCES
  174.  
  175. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  176. #ifdef _WIN32
  177. LANGUAGE 9, 1
  178. #pragma code_page(1252)
  179. #endif //_WIN32
  180. #include "res\attsharedmem.rc2"  // non-Microsoft Visual C++ edited resources
  181. #include "afxres.rc"         // Standard components
  182. #endif
  183.  
  184. /////////////////////////////////////////////////////////////////////////////
  185. #endif    // not APSTUDIO_INVOKED
  186.  
  187.